home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / Sandvox 1.0.4.dmg / Sandvox.app / Contents / Resources / Japanese.lproj / Feedback.nib / classes.nib next >
Text File  |  2006-08-04  |  2KB  |  54 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {"" = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {
  11.                 cancelReport = id; 
  12.                 displayHelp = id; 
  13.                 showReportWindow = id; 
  14.                 submitReport = id; 
  15.             }; 
  16.             CLASS = KTAbstractBugReporter; 
  17.             LANGUAGE = ObjC; 
  18.             OUTLETS = {
  19.                 oAccessoryView = NSView; 
  20.                 oGenericProgressIndicator = NSProgressIndicator; 
  21.                 oGenericProgressTextField = NSTextField; 
  22.                 oGenericProgressView = NSView; 
  23.                 oOpenSavedFeedbackSwitch = NSButton; 
  24.                 oReportWindow = NSWindow; 
  25.             }; 
  26.             SUPERCLASS = NSObject; 
  27.         }, 
  28.         {CLASS = KTEmailAddressComboBox; LANGUAGE = ObjC; SUPERCLASS = NSComboBox; }, 
  29.         {CLASS = KTFeedbackAttachment; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  30.         {
  31.             ACTIONS = {changeClassification = id; }; 
  32.             CLASS = KTFeedbackReporter; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 oAddressComboBox = KTEmailAddressComboBox; 
  36.                 oAttachConsoleSwitch = NSButton; 
  37.                 oAttachPreferencesSwitch = NSButton; 
  38.                 oAttachScreenshotSwitch = NSButton; 
  39.                 oBugDirectionsButton = NSButton; 
  40.                 oBugDirectionsTextField = NSTextField; 
  41.                 oCarbonCopySelfSwitch = NSButton; 
  42.                 oCaseNumberLabel = NSTextField; 
  43.                 oCaseNumberTextField = NSTextField; 
  44.                 oClassificationPopUp = NSPopUpButton; 
  45.                 oDetailsTextView = NSTextView; 
  46.                 oEnglishPromptTextField = NSTextField; 
  47.                 oSubmitButton = NSButton; 
  48.                 oSummaryTextField = NSTextField; 
  49.             }; 
  50.             SUPERCLASS = KTAbstractBugReporter; 
  51.         }
  52.     ); 
  53.     IBVersion = 1; 
  54. }